UNPKG

343 BJavaScriptView Raw
1export default {
2 "name": "Git Attributes",
3 "type": "data",
4 "color": "#F44D27",
5 "group": "INI",
6 "aliases": [
7 "gitattributes"
8 ],
9 "filenames": [
10 ".gitattributes"
11 ],
12 "tmScope": "source.gitattributes",
13 "aceMode": "gitignore",
14 "codemirrorMode": "shell",
15 "codemirrorMimeType": "text/x-sh",
16 "languageId": 956324166
17}